Int32MINumericInt32MRemainder Method
Computes the remainder after dividing the current value by the specified value.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int32M INumeric<Int32M>.Remainder(
Int32M value
)
Private Function Remainder (
value As Int32M
) As Int32M Implements INumeric(Of Int32M).Remainder
private:
virtual Int32M Remainder(
Int32M value
) sealed = INumeric<Int32M>::Remainder
private abstract Remainder :
value : Int32M -> Int32M
private override Remainder :
value : Int32M -> Int32M
- value Int32M
- The value as the divisor.
Int32MThe remainder after dividing the current value by
value.
INumericTSelfRemainder(TSelf)